home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / videoeta.xml < prev    next >
Text File  |  2002-10-01  |  2KB  |  68 lines

  1. <search function="videoeta">
  2.   <name>Video ETA</name>
  3.   <category>Entertainment</category>
  4.   <contributor>Monty Scroggins</contributor>
  5.   <link>http://www.videoeta.com/search.html</link>
  6.   <email></email>
  7.   <description>
  8.     Video ETA is a site which specializes in detailing when movies
  9.     are available on video.  Searches can be done by movie title (default)
  10.     or by actors name.
  11.     <div class="helpboxDescLabels">Examples:</div>
  12.     <table class="helpboxDescTable">
  13.       <tr><td>videoeta Christmas Vacation</td></tr>
  14.       <tr><td>videoeta Blues Brothers /movie</td></tr>
  15.       <tr><td>videoeta Woody Allen /person</td></tr>
  16.     </table>
  17.   </description>
  18.   <form name="videoetaf"
  19.         method="get"
  20.         action="http://www.videoeta.com/search.html">
  21.     <input type="hidden" name="search_query" value="" />
  22.   </form>
  23.   <form name="videoetaf2"
  24.         method="get"
  25.         action="http://www.videoeta.com/person.html">
  26.     <input type="hidden" name="search" value="" />
  27.   </form>
  28.   <script><![CDATA[
  29.     function videoeta(q)
  30.     {
  31.       if( nullArgs("videoeta", q) )
  32.         return;
  33.  
  34.       var args = parseArgs(q, "movie, person");
  35.       if ( args.switches.length > 0 )
  36.       { 
  37.         alert("args.switches >0 "+ args.switches.length);
  38.         switch( args.switches[0].name )
  39.         {
  40.           case "movie":
  41.             document.videoetaf.search_query.value = args.q;
  42.             submitForm(videoetaf);
  43.             break;
  44.           case "person":
  45.             document.videoetaf2.search.value = args.q;
  46.             submitForm(videoetaf2);
  47.             break;
  48.           default:
  49.             break;
  50.         }
  51.       }
  52.       else
  53.       {
  54.         document.videoetaf.search_query.value = args.q;
  55.         submitForm(videoetaf);
  56.       }
  57.     }
  58.   ]]></script>
  59.   <copyright>
  60.     The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
  61.     Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  62.   </copyright>
  63.   <created_by>
  64.     This search file was initially created on 10/01/02 at 08:06:09
  65.     by Dave's Quick Search Deskbar Search Wizard version 0.9.1 (beta),
  66.     Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  67.   </created_by>
  68. </search>